# Delete a registered device for the current user

Removes a specific device registration identified by its device ID, stopping push notifications to that device. Requires authentication. Only the authenticated user's own devices can be deleted.

Endpoint: DELETE /api/v1/devices/{deviceId}
Version: 1.0
Security: header

## Path parameters:

  - `deviceId` (string, required)

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


## Response 204 fields
